[PATCH] use standard true.
authorRene Engelhard <rene@debian.org>
Sun, 1 Nov 2020 17:30:49 +0000 (18:30 +0100)
committerRene Engelhard <rene@debian.org>
Sat, 7 Nov 2020 08:22:25 +0000 (08:22 +0000)
commit6cd682eaa09140f4a212301a9fb96ce507ed68c2
treedea300fa3dfb7ade24ff54c003f6016fd83683cc
parent9e9031adbd11a87901c997489bc0fabdb24aa9b2
[PATCH] use standard true.

to fix build with ICU 68:

/home/rene/LibreOffice/git/master/i18npool/source/calendar/calendar_gregorian.cxx: In member function 'virtual void i18npool::Calendar_gregorian::setLocalDateTime(double)':
/home/rene/LibreOffice/git/master/i18npool/source/calendar/calendar_gregorian.cxx:363:40: error: 'TRUE' was not declared in this scope
  363 |     body->getTimeZone().getOffset( fR, TRUE, nZoneOffset, nDSTOffset, status );
      |                                        ^~~~

/usr/include/unicode/umachine.h says:

@deprecated ICU 68 Use standard "true" instead.

Change-Id: I45d2b0afa6a9043767af5c2cf41ba24377f2cdc4

Gbp-Pq: Name icu-68.diff
i18npool/source/calendar/calendar_gregorian.cxx